home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 November: Tool Chest
/
Dev.CD Nov 00 TC Disk 1.toast
/
Sample Code
/
Archive
/
Human Interface Toolbox
/
Notification Hacks
/
NotificationMon.ƒ
/
Source
/
Drawing.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-09-28
|
177 b
|
10 lines
|
[
TEXT/KAHL
]
#include "NotificationMon.h"
DrawImage(notificationDoc *w)
{
if(IsNotificationDoc((WindowPeek)w)) {
UpdateNotifications((notificationDoc*)w, GetCtlValue(w->vScroll));
}
}